Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

individal admin tweaks for wallet #4386

Merged
merged 2 commits into from
Oct 31, 2024
Merged

individal admin tweaks for wallet #4386

merged 2 commits into from
Oct 31, 2024

Conversation

domdinicola
Copy link
Collaborator

No description provided.

Copy link

codecov bot commented Oct 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.67%. Comparing base (a08563b) to head (234d74a).
Report is 19 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #4386      +/-   ##
===========================================
- Coverage    77.95%   77.67%   -0.28%     
===========================================
  Files          941      942       +1     
  Lines        44456    44455       -1     
===========================================
- Hits         34656    34532     -124     
- Misses        9800     9923     +123     
Flag Coverage Δ
e2e 54.38% <94.44%> (-2.48%) ⬇️
unittests 76.56% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@domdinicola domdinicola changed the title indiviudal admin tweaks for wallet individal admin tweaks for wallet Oct 30, 2024
class IndividualDeliveryMechanismDataInline(admin.TabularInline):
model = DeliveryMechanismData
extra = 0
fields = ("delivery_mechanism_choice", "delivery_mechanism", "data", "is_valid")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delivery_mechanism_choice field is legacy and will be dropped, no need to include it here

model = DeliveryMechanismData
extra = 0
fields = ("delivery_mechanism_choice", "delivery_mechanism", "data", "is_valid")
readonly_fields = ("delivery_mechanism_choice", "delivery_mechanism", "data", "is_valid")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delivery_mechanism_choice field is legacy and will be dropped, no need to include it here

@domdinicola domdinicola merged commit d32f34e into develop Oct 31, 2024
13 checks passed
@domdinicola domdinicola deleted the admin-tweaks branch October 31, 2024 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants